home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Linux
/
Kubuntu 8.10
/
kubuntu-8.10-desktop-i386.iso
/
casper
/
filesystem.squashfs
/
usr
/
bin
/
safestartkde
< prev
next >
Wrap
Text File
|
2008-10-24
|
327b
|
18 lines
#!/bin/sh
#
# FAILSAFE KDE STARTUP SCRIPT ( 4.1.2 (KDE 4.1.2) )
#
# This script launches KDE with some potentionally unstable parts (like
# compositing effects) disabled.
# General failsafe flag
KDE_FAILSAFE=1
export KDE_FAILSAFE
# Disable KWin's compositing
KWIN_COMPOSE=N
export KWIN_COMPOSE
exec /usr/bin/startkde "$@"